lisp/gnus/nnir.el (nnir-method-default-engines): Fix typo
authorAndrew Cohen <cohen@bu.edu>
Sat, 30 Mar 2013 11:40:32 +0000 (11:40 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Sat, 30 Mar 2013 11:40:32 +0000 (11:40 +0000)
lisp/gnus/ChangeLog
lisp/gnus/nnir.el

index 4c7232ec2b4c39d7a1d55cc7ac7b80b30040866f..db77188d610db6d1672a9a61d27e51388ee95d79 100644 (file)
@@ -1,3 +1,7 @@
+2013-03-30  Andrew Cohen  <cohen@bu.edu>
+
+       * nnir.el (nnir-method-default-engines): Fix typo.
+
 2013-03-29  Andrew Cohen  <cohen@bu.edu>
 
        * nnir.el: Define 'number-sequence for xemacs.
index cf9de09eaa24d778d14db9f7bdefabdcf2b5143a..1c7cb2ff17a61a085ecef8c322df22acc4e2d891 100644 (file)
@@ -584,7 +584,7 @@ needs the variables `nnir-namazu-program',
 
 Add an entry here when adding a new search engine.")
 
-(defcustom nnir-method-default-engines  '((nnimap . imap) (nttp . gmane))
+(defcustom nnir-method-default-engines  '((nnimap . imap) (nntp . gmane))
   "*Alist of default search engines keyed by server method."
   :version "24.1"
   :group 'nnir